
@layer base {
  
  body, :host {
    /* Color */
      --brand-1: #FCF9F8;
--brand-2: #FFF2EA;
--brand-3: #FFE6D3;
--brand-4: #FFD3B4;
--brand-5: #FFC59E;
--brand-6: #FFB584;
--brand-7: #FFA066;
--brand-8: #F7863D;
--brand-9: #FF8D45;
--brand-10: #F38238;
--brand-11: #C25600;
--brand-12: #5C2B09;
--gray-0: #ffffff;
--gray-1: #F9F9FA;
--gray-2: #F6F6F8;
--gray-3: #ECEDF0;
--gray-4: #E4E5E9;
--gray-5: #DCDDE3;
--gray-6: #D4D6DC;
--gray-7: #C9CAD3;
--gray-8: #B5B7C2;
--gray-9: #878994;
--gray-10: #7D7F89;
--gray-11: #5E6069;
--gray-12: #1E1F24;
--grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-dmsans: 'DM Sans',sans-serif;
--font-spacegrotesk: 'Space Grotesk',sans-serif;
--font-syne: 'Syne',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .NFriw {
    background:;
  }
      

      
        
        
      
      
  .JrxXE {
    top:20%;
  left:39%;
  position:absolute;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eyQJSM {
    position:absolute;
  }
      

      
        
        
      
      
  .btthAw {
    left:11%;
  bottom:11%;
  position:absolute;
  }
      

      
        
        
      
      
  .lVmtn {
    left:9%;
  color:transparent;
  bottom:-18%;
  position:absolute;
  font-size:14vw;
  font-family:Syne;
  font-weight:var(--font-weight-bold);
  line-height:30svh;
  -webkit-text-stroke:0.1vw white;
  }
      

      
        
        
      
      
  .eLueRR {
    top:65%;
  left:78%;
  z-index:-1;
  position:absolute;
  }
      

      
        
        
      
      
  .eUWRox {
    color:black;
  width:100%;
  font-size:var(--font-size-base);
  background: var(--brand-9);
  min-height:100vh;
  align-items:start;
  font-family:DM Sans;
  font-weight:var(--font-weight-regular);
  justify-content:start;
  }
      

      
        
        
      
      
  .Tqaja {
    width:100%;
  height:auto;
  flex-grow:1;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:start;
  }
      

      
        
        
      
      
  .dvjzmq {
    width:100%;
  cursor:pointer;
  font-size:var(--font-size-sm);
  background:;
  align-items:center;
  font-family:DM Sans;
  font-weight:var(--font-weight-bold);
  padding-top:10px;
  border-color:black;
  border-style:solid;
  border-width:2px;
  padding-left:10px;
  padding-right:10px;
  flex-direction:row;
  letter-spacing:2%;
  padding-bottom:10px;
  justify-content:center;
  border-top-left-radius:2.5rem;
  border-top-right-radius:2.5rem;
  border-bottom-left-radius:2.5rem;
  border-bottom-right-radius:2.5rem;
  }
      

      
  .dvjzmq.disabled {
    cursor:default;
  opacity:0.6;
  background:;
  }
      


  .dvjzmq:focus {
    outline-color:black;
  outline-style:solid;
  outline-width:1px;
  }
      

        
                  @keyframes anim-eFIpEq {
                    
                  }
                  
        
      
      
  .kpgyE {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
        
      
      
  .eViMHq {
    top:71%;
  left:59%;
  position:absolute;
  }
      

      
        
        
      
      
  .diRpau {
    top:13%;
  left:80%;
  position:absolute;
  }
      

      
        
        
      
      
  .MgdQs {
    font-size:var(--font-size-base);
  font-family:DM Sans;
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .bgdRAX {
    color:black;
  background: var(--brand-9);
  text-align:center;
  font-family:DM Sans;
  padding-top:0.3rem;
  padding-left:0.5rem;
  border-radius:6px;
  padding-right:0.5rem;
  padding-bottom:0.3rem;
  }
      

      
        
        
      
      
  .eYDOqx {
    top:57%;
  left:0px;
  position:absolute;
  }
      

      
        
        
      
      
  .btLWfA {
    top:24%;
  left:68%;
  position:absolute;
  }
      

      
        
        
      
      
  .dFIGis {
    color:#ffffff;
  width:100%;
  background: black;
  padding-top:0.5rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-bottom:0.5rem;
  }
      

      
        
        
      
      
  .bXIUxa {
    top:91%;
  left:82%;
  position:absolute;
  }
      

      
        
        
      
      
  .bJUmOT {
    top:85%;
  left:87%;
  bottom: ;
  position:absolute;
  }
      

      
        
        
      
      
  .hexmg {
    color:#000000B8;
  display:inline-block;
  font-size:var(--font-size-base);
  font-family:DM Sans;
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  .byTUgR {
    color:var(--brand-9);
  display:flex;
  font-size:var(--font-size-lg);
  align-items:center;
  font-family:Space Grotesk;
  font-weight:var(--font-weight-normal);
  justify-content:center;
  }
      

      
  .byTUgR:focus {
    text-decoration:underline solid var(--brand-9) 1px;
  }
      


  .byTUgR:hover {
    text-decoration:underline solid var(--brand-9) 1px;
  }
      

        
        
      
      
  .eshGio {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  z-index:0;
  position:absolute;
  overflow-x:hidden;
  overflow-y:hidden;
  }
      

      
        
        
      
      
  .bYQfGy {
    width:100%;
  height:auto;
  position:relative;
  background:;
  font-family:Space Grotesk;
  font-weight:var(--font-weight-regular);
  padding-top:0.5rem;
  border-color:black;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:0.5rem;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
  .bYQfGy:focus {
    outline-color:black;
  outline-style:solid;
  outline-width:1px;
  }
      


  .bYQfGy:invalid {
    background:;
  border-color:var(--brand-11);
  border-style:solid;
  border-width:1px;
  }
      


  .bYQfGy:focus:invalid {
    outline-color:var(--brand-11);
  outline-style:solid;
  outline-width:1px;
  }
      


  .bYQfGy.empty {
    border-color:black;
  border-style:solid;
  border-width:1px;
  }
      


  .bYQfGy.empty:focus {
    outline-color:black;
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  .bdWNGx {
    width:100%;
  row-gap:1rem;
  column-gap:1rem;
  padding-top:1.5rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-bottom:1.5rem;
  }
      

      
        
        
      
      
  .cpSozp {
    width:100%;
  display:flex;
  background: black;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .cuDYmL {
    cursor:pointer;
  display:flex;
  align-items:center;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  justify-content:center;
  border-top-color:#00000033;
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
        
      
      
  .cPrsie {
    top:120%;
  color:black;
  right:0px;
  width:auto;
  cursor:pointer;
  z-index:99;
  position:absolute;
  min-width:12rem;
  background:white;
  box-shadow:4px 4px 0px  black;
  transition:opacity 200ms ease;
  border-color:black;
  border-style:solid;
  border-width:1px;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
  .cPrsie {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  .KlsFj {
    color:#00000080;
  display:flex;
  row-gap:0.3rem;
  column-gap:0.3rem;
  align-items:center;
  font-weight:var(--font-weight-normal);
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .uIwhF {
    top:130%;
  color:black;
  width:90vw;
  height:auto;
  opacity:0;
  z-index:-99;
  position:absolute;
  max-width:30rem;
  background: white;
  box-shadow:4px 4px 0px  black;
  max-height:20rem;
  overflow-x:clip;
  overflow-y:auto;
  transition:opacity 200ms ease 0ms normal;
  border-color:black;
  border-style:solid;
  border-width:1px;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
  .uIwhF.visible {
    opacity:1;
  z-index:999;
  }
      

        
        
      
      
  .eyVPLS {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .eZonJF {
    left:-0.4rem;
  color:black;
  width:1rem;
  bottom:-0.4rem;
  height:1rem;
  display:flex;
  position:absolute;
  font-size:var(--font-size-xs);
  background: var(--brand-9);
  align-items:center;
  font-family:DM Sans;
  font-weight:var(--font-weight-bold);
  justify-content:center;
  border-top-left-radius:100%;
  border-top-right-radius:100%;
  border-bottom-left-radius:100%;
  border-bottom-right-radius:100%;
  }
      

      
        
        
      
      
  .bZvJzk {
    flex:1  ;
  row-gap:0.5rem;
  font-size:var(--font-size-sm);
  column-gap:0.5rem;
  font-family:DM Sans;
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  .cTPcnw {
    color:white;
  width:100%;
  height:auto;
  display:flex;
  row-gap:1rem;
  max-width:75rem;
  background:;
  column-gap:1rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .vQhqy {
    flex:1  ;
  display:flex;
  row-gap:0.6rem;
  column-gap:0.6rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
        
      
      
  .fzJVhh {
    max-width:1.1rem;
  }
      

      
        
        
      
      
  .deTHJL {
    cursor:pointer;
  display:flex;
  align-items:center;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  justify-content:center;
  }
      

      
        
        
      
      
  .bGcSan {
    color:var(--brand-9);
  row-gap:0.3rem;
  font-size:var(--font-size-sm);
  column-gap:0.3rem;
  font-family:Space Grotesk;
  font-weight:var(--font-weight-bold);
  flex-direction:row;
  }
      

      
        
        
      
      
  .fEmLIX {
    font-size:var(--font-size-sm);
  font-family:DM Sans;
  font-weight:var(--font-weight-bold);
  letter-spacing:5%;
  }
      

      
        
        
      
      
  .blvqmR {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  line-height:1;
  }
      

      
        
        
      
      
  .dxmoFj {
    font-size:var(--font-size-sm);
  font-family:DM Sans;
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .bCIWpo {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  line-height:1;
  }
      

      
  .bCIWpo.divider {
    padding-right:0.3rem;
  border-right-color:var(--brand-9);
  border-right-style:solid;
  border-right-width:1.5px;
  }
      

        
        
      
      
  .eyAmaz {
    width:100%;
  height:100%;
  }
      

      
        
        
      
      
  .juhOj {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  line-height:1;
  padding-right:0.2rem;
  }
      

      
        
        
      
      
  .OVBzv {
    width:auto;
  height:auto;
  }
      

      
        
        
      
      
  .dHsCIm {
    cursor:pointer;
  display:flex;
  row-gap:0.4rem;
  background:#FFFFFF1A;
  column-gap:0.4rem;
  align-items:center;
  padding-top:0.5rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:flex-start;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
        
      
      
  .eNjgMf {
    color:#ffffff99;
  display:inline-block;
  }
      

      
          @media (max-width: 700px) {
            
  .eNjgMf.notifications-allowed {
    display:none;
  }
      

          }
          
        
        
      
      
  .dLAESv {
    flex:1  ;
  display:flex;
  row-gap:0.75rem;
  column-gap:0.75rem;
  align-items:flex-end;
  justify-content:center;
  }
      

      
        
        
      
      
  .bUyjlx {
    font-size:var(--font-size-sm);
  font-family:Space Grotesk;
  font-weight:var(--font-weight-normal);
  line-height:1.2;
  }
      

      
        
        
      
      
  .eBCuCv {
    rotate:0 0 1 0deg;
  transition:rotate 200ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      

      
  .eBCuCv.open {
    rotate:0 0 1 180deg;
  }
      

        
        
      
      
  .bHbkGM {
    cursor:pointer;
  height:auto;
  row-gap:0.5rem;
  flex-wrap:wrap;
  background: #0000000A;
  column-gap:0.5rem;
  transition:box-shadow 150ms ease  , background 150ms ease  ;
  padding-top:0.5rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  border-bottom-color:#00000033;
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
  .bHbkGM.unseen {
    background: white;
  box-shadow:4px  0px  var(--brand-9) inset;
  }
      

        
        
      
      
  .dEwfBa {
    height:auto;
  display:flex;
  row-gap:0.5rem;
  flex-wrap:wrap;
  background: #0000000A;
  column-gap:0.5rem;
  align-items:center;
  padding-top:0.5rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  }
      

      
        
        
      
      
  .eHmxqq {
    width:2.25rem;
  cursor:pointer;
  height:2.25rem;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dbeZvC {
    top:40%;
  left:75%;
  position:absolute;
  }
      

      
        
        
      
      
  .ccjGJT {
    rotate:0 0 1 -20deg;
  }
      

      
        
        
      
      
  .ftxsEK {
    width:100%;
  max-width:480px;
  background: white;
  align-items:center;
  justify-content:start;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  }
      

      
        
        
      
      
  .drsibK {
    top:19%;
  left:-6%;
  width:20vw;
  height:10vw;
  display:flex;
  position:absolute;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .cLJcLw {
    top:50%;
  left:82%;
  z-index:-1;
  position:absolute;
  }
      

      
        
        
      
      
  .cdgjRW {
    top:47%;
  left:11%;
  color:transparent;
  position:absolute;
  font-size:17rem;
  font-family:Syne;
  font-weight:var(--font-weight-bold);
  -webkit-text-stroke:1.4px white;
  }
      

      
        
        
      
      
  .htolj {
    top:40%;
  left:90%;
  position:absolute;
  }
      

      
        
        
      
      
  .dobkNL {
    top:45%;
  left:17%;
  position:absolute;
  }
      

      
        
        
      
      
  .lJLRR {
    top:10%;
  left:7%;
  width:6vw;
  height:6vw;
  rotate:0 0 1 25deg;
  display:flex;
  position:absolute;
  min-width:3rem;
  background: black;
  min-height:3rem;
  align-items:center;
  justify-content:center;
  border-top-left-radius:0.75rem;
  border-top-right-radius:0.75rem;
  border-bottom-left-radius:0.75rem;
  border-bottom-right-radius:0.75rem;
  }
      

      
        
        
      
      
  .bnjhvf {
    flex:1;
  width:100%;
  height:20rem;
  z-index:1;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .dcQIls {
    color:inherit;
  rotate:0 0 1 -11deg;
  display:inline-block;
  font-size:3.5vw;
  font-family:Syne;
  font-weight:var(--font-weight-bolder);
  }
      

      
        
        
      
      
  .dWzTuY {
    color:white;
  width:100%;
  height:auto;
  display:flex;
  font-size:var(--font-size-sm);
  background: black;
  align-items:center;
  font-family:Inter;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .bXKCFL {
    color:inherit;
  display:inline-block;
  }
      

      
        
        
      
      
  .WQdX {
    width:100%;
  height:auto;
  display:flex;
  row-gap:1rem;
  flex-wrap:wrap;
  max-width:75rem;
  column-gap:1rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  }
      

      
          @media (max-width: 600px) {
            
  .WQdX {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .EuIah {
    display:flex;
  row-gap:1.5rem;
  column-gap:1.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  
      

      
        
        
      